home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
recovery-mode
/
options
/
grub
< prev
next >
Wrap
Text File
|
2009-10-23
|
247b
|
16 lines
#!/bin/sh
. /usr/share/recovery-mode/l10n.sh
if [ "$1" = "test" ]; then
echo $(eval_gettext "Update grub bootloader")
exit 0
fi
# FIXME: add this too? how to find out boot device?
# add menu to ask?
#grub-install
update-grub
exit 0